-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(image): add image preview description template #16500
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
@@ -29,4 +29,9 @@ export interface ImageTemplates { | |||
* Custom template of closeicon. | |||
*/ | |||
closeicon(): TemplateRef<any>; | |||
|
|||
/** | |||
* Custom template of imagedescription. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
space here? image description
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SoyDiego It is a name of the template which is imagedescription (without space).
I made it the same way as comments above (closeicon, rotaterighticon etc). Do you still want me to put a space there?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh ok, sorry, thanks for re check!
Now we should wait if PrimeNG Team approve it!
Hello @SoyDiego. Do you think this has a chance to be merged someday? |
Sorry, i'm not part of PrimeNG Team, only a contributor like you :). |
Hi @denyssalon, Thanks a lot for your contribution! Can you create an issue and link it? Then, I'll merge it asap. Also, could you please create a PR for v18 as well? |
Feature Requests
This PR extends image component with custom image preview description template